﻿2026-06-17T06:47:34.7076299Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-17T06:47:34.7076683Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-17T06:47:34.7076949Z [36;1m$PIN = "0c95435"[0m
2026-06-17T06:47:34.7077249Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-17T06:47:34.7077513Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-17T06:47:34.7077918Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-17T06:47:34.7078287Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-17T06:47:34.7078579Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-17T06:47:34.7078883Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-17T06:47:34.7079122Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-17T06:47:34.7079408Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-17T06:47:34.7079718Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-17T06:47:34.7080002Z [36;1m}[0m
2026-06-17T06:47:34.7080188Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-17T06:47:34.7080997Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T06:47:34.7161063Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-17T06:47:34.7161361Z ##[endgroup]
2026-06-17T06:47:35.5624372Z    Compiling proc-macro2 v1.0.106
2026-06-17T06:47:35.5624716Z    Compiling quote v1.0.45
2026-06-17T06:47:35.5625043Z    Compiling unicode-ident v1.0.24
2026-06-17T06:47:35.5625356Z    Compiling cfg-if v1.0.4
2026-06-17T06:47:35.5625651Z    Compiling serde_core v1.0.228
2026-06-17T06:47:35.5626248Z    Compiling serde v1.0.228
2026-06-17T06:47:35.5626578Z    Compiling windows-link v0.2.1
2026-06-17T06:47:35.5626929Z    Compiling getrandom v0.3.4
2026-06-17T06:47:35.5627209Z    Compiling typenum v1.20.1
2026-06-17T06:47:35.5627590Z    Compiling portable-atomic v1.13.1
2026-06-17T06:47:35.5628495Z    Compiling version_check v0.9.5
2026-06-17T06:47:35.5629037Z    Compiling pin-project-lite v0.2.17
2026-06-17T06:47:35.5629434Z    Compiling shlex v2.0.1
2026-06-17T06:47:35.5629719Z    Compiling critical-section v1.2.0
2026-06-17T06:47:35.5630064Z    Compiling memchr v2.8.1
2026-06-17T06:47:35.5630398Z    Compiling find-msvc-tools v0.1.9
2026-06-17T06:47:35.6422509Z    Compiling windows-sys v0.61.2
2026-06-17T06:47:35.6496818Z    Compiling subtle v2.6.1
2026-06-17T06:47:35.7140783Z    Compiling futures-core v0.3.32
2026-06-17T06:47:35.7217050Z    Compiling smallvec v1.15.1
2026-06-17T06:47:35.7219872Z    Compiling equivalent v1.0.2
2026-06-17T06:47:36.2115167Z    Compiling itoa v1.0.18
2026-06-17T06:47:36.2118181Z    Compiling bytes v1.11.1
2026-06-17T06:47:36.2397719Z    Compiling semver v1.0.28
2026-06-17T06:47:36.2475502Z    Compiling stable_deref_trait v1.2.1
2026-06-17T06:47:36.2721373Z    Compiling log v0.4.32
2026-06-17T06:47:36.3135653Z    Compiling slab v0.4.12
2026-06-17T06:47:36.3632542Z    Compiling generic-array v0.14.7
2026-06-17T06:47:36.4056845Z    Compiling futures-io v0.3.32
2026-06-17T06:47:36.5116895Z    Compiling rustc_version v0.4.1
2026-06-17T06:47:36.5223468Z    Compiling futures-sink v0.3.32
2026-06-17T06:47:36.5318414Z    Compiling hashbrown v0.17.1
2026-06-17T06:47:36.5765248Z    Compiling rustversion v1.0.22
2026-06-17T06:47:36.5836314Z    Compiling futures-task v0.3.32
2026-06-17T06:47:36.6888636Z    Compiling getrandom v0.2.17
2026-06-17T06:47:36.7170983Z    Compiling futures-channel v0.3.32
2026-06-17T06:47:36.7550101Z    Compiling cpufeatures v0.2.17
2026-06-17T06:47:36.7595227Z    Compiling fnv v1.0.7
2026-06-17T06:47:36.9129799Z    Compiling libc v0.2.186
2026-06-17T06:47:37.0158582Z    Compiling rand_core v0.10.1
2026-06-17T06:47:37.0159056Z    Compiling cfg_aliases v0.2.1
2026-06-17T06:47:37.0274961Z    Compiling strsim v0.11.1
2026-06-17T06:47:37.0305868Z    Compiling autocfg v1.5.1
2026-06-17T06:47:37.0406240Z    Compiling writeable v0.6.3
2026-06-17T06:47:37.0618639Z    Compiling litemap v0.8.2
2026-06-17T06:47:37.0750061Z    Compiling icu_properties_data v2.2.0
2026-06-17T06:47:37.0913954Z    Compiling jobserver v0.1.34
2026-06-17T06:47:37.1324841Z    Compiling ident_case v1.0.1
2026-06-17T06:47:37.1654618Z    Compiling fs_extra v1.3.0
2026-06-17T06:47:37.1895545Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T06:47:37.3258117Z    Compiling indexmap v2.14.0
2026-06-17T06:47:37.3338452Z    Compiling getrandom v0.4.2
2026-06-17T06:47:37.3408724Z    Compiling utf8_iter v1.0.4
2026-06-17T06:47:37.3603885Z    Compiling cc v1.2.63
2026-06-17T06:47:37.4820218Z    Compiling dunce v1.0.5
2026-06-17T06:47:37.5745462Z    Compiling percent-encoding v2.3.2
2026-06-17T06:47:37.6427058Z    Compiling syn v2.0.117
2026-06-17T06:47:37.6620634Z    Compiling http v1.4.1
2026-06-17T06:47:37.6644872Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:47:37.6656073Z    Compiling crypto-common v0.1.7
2026-06-17T06:47:37.7674163Z    Compiling cpufeatures v0.3.0
2026-06-17T06:47:37.8157986Z    Compiling thiserror v2.0.18
2026-06-17T06:47:37.8521163Z    Compiling aws-lc-rs v1.17.0
2026-06-17T06:47:37.8727472Z    Compiling scopeguard v1.2.0
2026-06-17T06:47:37.8916905Z    Compiling chacha20 v0.10.0
2026-06-17T06:47:37.9016801Z    Compiling form_urlencoded v1.2.2
2026-06-17T06:47:37.9315383Z    Compiling block-buffer v0.10.4
2026-06-17T06:47:37.9460601Z    Compiling lock_api v0.4.14
2026-06-17T06:47:37.9852855Z    Compiling bitflags v2.12.1
2026-06-17T06:47:38.0151375Z    Compiling untrusted v0.9.0
2026-06-17T06:47:38.0953090Z    Compiling winapi v0.3.9
2026-06-17T06:47:38.1281788Z    Compiling rand v0.10.1
2026-06-17T06:47:38.1537012Z    Compiling digest v0.10.7
2026-06-17T06:47:38.1592470Z    Compiling num-traits v0.2.19
2026-06-17T06:47:38.2264237Z    Compiling cmake v0.1.58
2026-06-17T06:47:38.2273727Z    Compiling windows-result v0.4.1
2026-06-17T06:47:38.2541428Z    Compiling windows-strings v0.5.1
2026-06-17T06:47:38.2698834Z    Compiling rustls v0.23.40
2026-06-17T06:47:38.2703525Z    Compiling heck v0.5.0
2026-06-17T06:47:38.3750813Z    Compiling convert_case v0.10.0
2026-06-17T06:47:38.4423028Z    Compiling atomic-waker v1.1.2
2026-06-17T06:47:38.4994423Z    Compiling anyhow v1.0.102
2026-06-17T06:47:38.5762151Z    Compiling const-oid v0.10.2
2026-06-17T06:47:38.6006139Z    Compiling unicode-xid v0.2.6
2026-06-17T06:47:38.6222183Z    Compiling parking_lot_core v0.9.12
2026-06-17T06:47:38.6274992Z    Compiling zerocopy v0.8.50
2026-06-17T06:47:38.7333471Z    Compiling httparse v1.10.1
2026-06-17T06:47:38.7441323Z    Compiling http-body v1.0.1
2026-06-17T06:47:38.7714137Z    Compiling curve25519-dalek v4.1.3
2026-06-17T06:47:38.7839444Z    Compiling hybrid-array v0.4.12
2026-06-17T06:47:38.8763352Z    Compiling ahash v0.8.12
2026-06-17T06:47:39.0042078Z    Compiling powerfmt v0.2.0
2026-06-17T06:47:39.0397882Z    Compiling either v1.16.0
2026-06-17T06:47:39.0576076Z    Compiling base64ct v1.8.3
2026-06-17T06:47:39.1515806Z    Compiling fastrand v2.4.1
2026-06-17T06:47:39.2679188Z    Compiling deranged v0.5.8
2026-06-17T06:47:39.2711095Z    Compiling rand_core v0.6.4
2026-06-17T06:47:39.3751685Z    Compiling aws-lc-sys v0.41.0
2026-06-17T06:47:39.3766927Z    Compiling ring v0.17.14
2026-06-17T06:47:39.3910697Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T06:47:39.4047264Z    Compiling num-conv v0.2.2
2026-06-17T06:47:39.4663075Z    Compiling tinyvec_macros v0.1.1
2026-06-17T06:47:39.5187727Z    Compiling zmij v1.0.21
2026-06-17T06:47:39.5811036Z    Compiling tower-service v0.3.3
2026-06-17T06:47:39.5999952Z    Compiling base64 v0.22.1
2026-06-17T06:47:39.6134938Z    Compiling pkg-config v0.3.33
2026-06-17T06:47:39.6641507Z    Compiling try-lock v0.2.5
2026-06-17T06:47:39.6908721Z    Compiling data-encoding v2.11.0
2026-06-17T06:47:39.7850832Z    Compiling vcpkg v0.2.15
2026-06-17T06:47:39.7950376Z    Compiling time-core v0.1.8
2026-06-17T06:47:39.8170461Z    Compiling want v0.3.1
2026-06-17T06:47:39.8230134Z    Compiling parking_lot v0.12.5
2026-06-17T06:47:39.9305917Z    Compiling tinyvec v1.11.0
2026-06-17T06:47:39.9935385Z    Compiling block-buffer v0.12.0
2026-06-17T06:47:40.0025945Z    Compiling crypto-common v0.2.2
2026-06-17T06:47:40.0609596Z    Compiling vergen-lib v9.1.0
2026-06-17T06:47:40.0654606Z    Compiling sha2 v0.10.9
2026-06-17T06:47:40.2013688Z    Compiling inout v0.1.4
2026-06-17T06:47:40.3723535Z    Compiling n0-future v0.3.2
2026-06-17T06:47:40.3803023Z    Compiling parking v2.2.1
2026-06-17T06:47:40.4389231Z    Compiling signature v2.2.0
2026-06-17T06:47:40.5151498Z    Compiling cordyceps v0.3.4
2026-06-17T06:47:40.5834802Z    Compiling httpdate v1.0.3
2026-06-17T06:47:40.5870108Z    Compiling crossbeam-utils v0.8.21
2026-06-17T06:47:40.6354042Z    Compiling spin v0.10.0
2026-06-17T06:47:40.6562282Z    Compiling winnow v1.0.3
2026-06-17T06:47:40.7000453Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-17T06:47:40.7650186Z    Compiling serde_json v1.0.150
2026-06-17T06:47:40.7682201Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T06:47:40.8251593Z    Compiling diatomic-waker v0.2.3
2026-06-17T06:47:40.9086780Z    Compiling digest v0.11.3
2026-06-17T06:47:40.9681246Z    Compiling ed25519 v2.2.3
2026-06-17T06:47:41.0820272Z    Compiling futures-buffered v0.2.13
2026-06-17T06:47:41.0861256Z    Compiling futures-lite v2.6.1
2026-06-17T06:47:41.0946003Z    Compiling cipher v0.4.4
2026-06-17T06:47:41.2078460Z    Compiling vergen-lib v0.1.6
2026-06-17T06:47:41.2239947Z    Compiling vergen v9.1.0
2026-06-17T06:47:41.2347300Z    Compiling universal-hash v0.5.1
2026-06-17T06:47:41.2414665Z    Compiling noq-udp v0.10.0
2026-06-17T06:47:41.3348751Z    Compiling heapless v0.7.17
2026-06-17T06:47:41.3618370Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T06:47:41.4835402Z    Compiling sync_wrapper v1.0.2
2026-06-17T06:47:41.4835995Z    Compiling allocator-api2 v0.2.21
2026-06-17T06:47:41.5041805Z    Compiling byteorder v1.5.0
2026-06-17T06:47:41.5125176Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T06:47:41.6551434Z    Compiling synstructure v0.13.2
2026-06-17T06:47:41.6610931Z    Compiling darling_core v0.20.11
2026-06-17T06:47:41.6679276Z    Compiling opaque-debug v0.3.1
2026-06-17T06:47:41.7566248Z    Compiling hash32 v0.2.1
2026-06-17T06:47:41.7655843Z    Compiling polyval v0.6.2
2026-06-17T06:47:41.8419099Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T06:47:42.0004477Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:47:42.0015957Z    Compiling spin v0.9.8
2026-06-17T06:47:42.0019702Z    Compiling windows-threading v0.2.1
2026-06-17T06:47:42.0719183Z    Compiling tower-layer v0.3.3
2026-06-17T06:47:42.0843363Z    Compiling signature v3.0.0
2026-06-17T06:47:42.1751163Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T06:47:42.2287339Z    Compiling fallible-iterator v0.3.0
2026-06-17T06:47:42.2669803Z    Compiling ryu v1.0.23
2026-06-17T06:47:42.3094818Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:47:42.4731524Z    Compiling windows-targets v0.52.6
2026-06-17T06:47:42.5310450Z    Compiling ghash v0.5.1
2026-06-17T06:47:42.5910593Z    Compiling aes v0.8.4
2026-06-17T06:47:42.6125986Z    Compiling ctr v0.9.2
2026-06-17T06:47:42.6279460Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T06:47:42.6604402Z    Compiling fs2 v0.4.3
2026-06-17T06:47:42.6789132Z    Compiling time v0.3.47
2026-06-17T06:47:42.7125430Z    Compiling http-body-util v0.1.3
2026-06-17T06:47:42.8165588Z    Compiling aead v0.5.2
2026-06-17T06:47:42.9008757Z    Compiling ipconfig v0.3.4
2026-06-17T06:47:42.9678327Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:47:42.9794164Z    Compiling widestring v1.2.1
2026-06-17T06:47:43.1530774Z    Compiling aes-gcm v0.10.3
2026-06-17T06:47:43.2640456Z    Compiling socket2 v0.6.4
2026-06-17T06:47:43.3244241Z    Compiling mio v1.2.1
2026-06-17T06:47:43.4180821Z    Compiling windows-sys v0.59.0
2026-06-17T06:47:43.4737616Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T06:47:43.6278485Z    Compiling crossbeam-channel v0.5.15
2026-06-17T06:47:43.7322506Z    Compiling blake3 v1.8.5
2026-06-17T06:47:43.8079224Z    Compiling windows-registry v0.6.1
2026-06-17T06:47:43.8285007Z    Compiling uuid v1.23.2
2026-06-17T06:47:43.9070143Z    Compiling memoffset v0.6.5
2026-06-17T06:47:43.9719705Z    Compiling noq v0.18.0
2026-06-17T06:47:44.1617743Z    Compiling serde_derive v1.0.228
2026-06-17T06:47:44.1765767Z    Compiling zeroize_derive v1.4.3
2026-06-17T06:47:44.1954561Z    Compiling zerofrom-derive v0.1.7
2026-06-17T06:47:44.2367122Z    Compiling tokio-macros v2.7.0
2026-06-17T06:47:44.2380566Z    Compiling yoke-derive v0.8.2
2026-06-17T06:47:44.3071597Z    Compiling futures-macro v0.3.32
2026-06-17T06:47:44.3358579Z    Compiling zerovec-derive v0.11.3
2026-06-17T06:47:44.3942778Z    Compiling displaydoc v0.2.6
2026-06-17T06:47:44.5310781Z    Compiling tracing-attributes v0.1.31
2026-06-17T06:47:44.5341060Z    Compiling thiserror-impl v2.0.18
2026-06-17T06:47:44.8004142Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T06:47:44.8464735Z    Compiling darling_macro v0.20.11
2026-06-17T06:47:44.9516401Z    Compiling zeroize v1.8.2
2026-06-17T06:47:45.0774981Z    Compiling tokio v1.52.3
2026-06-17T06:47:45.2896135Z    Compiling futures-util v0.3.32
2026-06-17T06:47:45.3017907Z    Compiling rustls-pki-types v1.14.1
2026-06-17T06:47:45.3629073Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:47:45.3896436Z    Compiling darling v0.20.11
2026-06-17T06:47:45.4273751Z    Compiling windows-implement v0.60.2
2026-06-17T06:47:45.5347286Z    Compiling n0-error-macros v0.1.3
2026-06-17T06:47:45.6988069Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:47:45.6991345Z    Compiling spez v0.1.2
2026-06-17T06:47:45.7958800Z    Compiling windows-interface v0.59.3
2026-06-17T06:47:45.8517072Z    Compiling zerofrom v0.1.8
2026-06-17T06:47:46.0495463Z    Compiling der v0.8.0-rc.10
2026-06-17T06:47:46.1643882Z    Compiling yoke v0.8.3
2026-06-17T06:47:46.2072859Z    Compiling pin-project-internal v1.1.13
2026-06-17T06:47:46.2753391Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T06:47:46.3185711Z    Compiling postcard-derive v0.2.2
2026-06-17T06:47:46.5317490Z    Compiling zerovec v0.11.6
2026-06-17T06:47:46.5507119Z    Compiling zerotrie v0.2.4
2026-06-17T06:47:46.5927952Z    Compiling n0-error v0.1.3
2026-06-17T06:47:46.7854553Z    Compiling windows-core v0.62.2
2026-06-17T06:47:46.8013624Z    Compiling cobs v0.3.0
2026-06-17T06:47:46.9634623Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:47:47.0634413Z    Compiling ed25519-dalek v2.2.0
2026-06-17T06:47:47.1027002Z    Compiling data-encoding-macro v0.1.20
2026-06-17T06:47:47.1123744Z    Compiling spki v0.8.0-rc.4
2026-06-17T06:47:47.1315237Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T06:47:47.3277818Z    Compiling tinystr v0.8.3
2026-06-17T06:47:47.3312374Z    Compiling potential_utf v0.1.5
2026-06-17T06:47:47.3357403Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T06:47:47.4204552Z    Compiling spt-proto v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-17T06:47:47.4658106Z    Compiling icu_collections v2.2.0
2026-06-17T06:47:47.5153601Z    Compiling icu_locale_core v2.2.0
2026-06-17T06:47:47.5970887Z    Compiling derive_builder v0.20.2
2026-06-17T06:47:47.6379570Z    Compiling windows-numerics v0.3.1
2026-06-17T06:47:47.6403241Z    Compiling pin-project v1.1.13
2026-06-17T06:47:47.6698173Z    Compiling windows-future v0.3.2
2026-06-17T06:47:47.7336330Z    Compiling windows-collections v0.3.2
2026-06-17T06:47:47.8175372Z    Compiling strum_macros v0.28.0
2026-06-17T06:47:47.9586750Z    Compiling enum-assoc v1.3.0
2026-06-17T06:47:47.9588284Z    Compiling async-trait v0.1.89
2026-06-17T06:47:48.0640980Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:47:48.3550814Z    Compiling futures-executor v0.3.32
2026-06-17T06:47:48.3792346Z    Compiling windows v0.62.2
2026-06-17T06:47:48.3830040Z    Compiling netwatch v0.16.0
2026-06-17T06:47:48.4824488Z    Compiling icu_provider v2.2.0
2026-06-17T06:47:48.6311088Z    Compiling futures v0.3.32
2026-06-17T06:47:48.7279617Z    Compiling acto v0.8.2
2026-06-17T06:47:48.7709958Z    Compiling icu_properties v2.2.0
2026-06-17T06:47:48.7772238Z    Compiling icu_normalizer v2.2.0
2026-06-17T06:47:48.9555654Z    Compiling ipnet v2.12.0
2026-06-17T06:47:49.2959237Z    Compiling prefix-trie v0.8.4
2026-06-17T06:47:49.2976531Z    Compiling tokio-util v0.7.18
2026-06-17T06:47:49.3271633Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T06:47:49.4856723Z    Compiling once_cell v1.21.4
2026-06-17T06:47:49.5217753Z    Compiling tower v0.5.3
2026-06-17T06:47:49.6997109Z    Compiling tracing-core v0.1.36
2026-06-17T06:47:49.7063210Z    Compiling derive_more v2.1.1
2026-06-17T06:47:49.7200082Z    Compiling postcard v1.1.3
2026-06-17T06:47:49.8631919Z    Compiling chrono v0.4.45
2026-06-17T06:47:49.8808400Z    Compiling hashbrown v0.14.5
2026-06-17T06:47:49.9670572Z    Compiling idna_adapter v1.2.2
2026-06-17T06:47:49.9746043Z    Compiling mac-addr v0.3.0
2026-06-17T06:47:50.1000411Z    Compiling tracing v0.1.44
2026-06-17T06:47:50.1172248Z    Compiling idna v1.1.0
2026-06-17T06:47:50.1649507Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T06:47:50.1653093Z    Compiling rustc-hash v2.1.2
2026-06-17T06:47:50.2370052Z    Compiling identity-hash v0.1.0
2026-06-17T06:47:50.2973188Z    Compiling xml-rs v0.8.28
2026-06-17T06:47:50.3240939Z    Compiling tagptr v0.2.0
2026-06-17T06:47:50.3798818Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T06:47:50.4066310Z    Compiling url v2.5.8
2026-06-17T06:47:50.5172651Z    Compiling h2 v0.4.14
2026-06-17T06:47:50.5631060Z    Compiling hashlink v0.9.1
2026-06-17T06:47:50.5814434Z    Compiling thiserror v1.0.69
2026-06-17T06:47:50.5835771Z    Compiling ref-cast v1.0.25
2026-06-17T06:47:50.5836165Z    Compiling foldhash v0.2.0
2026-06-17T06:47:50.6173926Z    Compiling lru-slab v0.1.2
2026-06-17T06:47:50.7682088Z    Compiling hashbrown v0.16.1
2026-06-17T06:47:50.7904536Z    Compiling moka v0.12.15
2026-06-17T06:47:50.8839060Z    Compiling rusqlite v0.32.1
2026-06-17T06:47:50.9327283Z    Compiling xmltree v0.10.3
2026-06-17T06:47:50.9971007Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T06:47:51.1206402Z    Compiling tower-http v0.6.11
2026-06-17T06:47:51.1607487Z    Compiling attohttpc v0.30.1
2026-06-17T06:47:51.2002767Z    Compiling iroh-base v0.98.0
2026-06-17T06:47:51.2199526Z    Compiling iroh-metrics v0.38.3
2026-06-17T06:47:51.3766385Z    Compiling strum v0.28.0
2026-06-17T06:47:51.5398791Z    Compiling n0-watcher v0.6.1
2026-06-17T06:47:51.6628989Z    Compiling netdev v0.42.0
2026-06-17T06:47:51.7046811Z    Compiling tokio-stream v0.1.18
2026-06-17T06:47:51.7375049Z    Compiling iroh-relay v0.98.0
2026-06-17T06:47:51.7662662Z    Compiling spt-store v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-17T06:47:51.7955334Z    Compiling num_enum v0.7.6
2026-06-17T06:47:51.9622858Z    Compiling serde_spanned v0.6.9
2026-06-17T06:47:51.9676278Z    Compiling toml_datetime v0.6.11
2026-06-17T06:47:52.2378243Z    Compiling ref-cast-impl v1.0.25
2026-06-17T06:47:52.2626625Z    Compiling thiserror-impl v1.0.69
2026-06-17T06:47:52.3010068Z    Compiling serde_derive_internals v0.29.1
2026-06-17T06:47:52.4665944Z    Compiling simple-dns v0.9.3
2026-06-17T06:47:52.6827501Z    Compiling serial-core v0.4.0
2026-06-17T06:47:52.6992320Z    Compiling aho-corasick v1.1.4
2026-06-17T06:47:52.9259361Z    Compiling toml_write v0.1.2
2026-06-17T06:47:52.9756584Z    Compiling simdutf8 v0.1.5
2026-06-17T06:47:53.0378268Z    Compiling winnow v0.7.15
2026-06-17T06:47:53.1154170Z    Compiling smol_str v0.1.24
2026-06-17T06:47:53.1346675Z    Compiling resolv-conf v0.7.6
2026-06-17T06:47:53.1697037Z    Compiling winreg v0.10.1
2026-06-17T06:47:54.0649935Z    Compiling spt-msg v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-17T06:47:54.0915897Z    Compiling arrayref v0.3.9
2026-06-17T06:47:54.2211163Z    Compiling regex-syntax v0.8.10
2026-06-17T06:47:54.2316845Z    Compiling sha1_smol v1.0.1
2026-06-17T06:47:54.2791053Z    Compiling hyper v1.10.1
2026-06-17T06:47:54.2871693Z    Compiling arrayvec v0.7.6
2026-06-17T06:47:54.4755624Z    Compiling constant_time_eq v0.4.2
2026-06-17T06:47:54.5686422Z    Compiling toml_edit v0.22.27
2026-06-17T06:47:54.5808793Z    Compiling schemars_derive v1.2.1
2026-06-17T06:47:54.7522689Z    Compiling iroh-dns v0.98.0
2026-06-17T06:47:55.0884087Z    Compiling serial-windows v0.4.0
2026-06-17T06:47:55.4103221Z    Compiling lru v0.16.4
2026-06-17T06:47:55.4103703Z    Compiling webpki-roots v1.0.7
2026-06-17T06:47:55.5278984Z    Compiling seize v0.5.1
2026-06-17T06:47:55.5543070Z    Compiling darling_core v0.23.0
2026-06-17T06:47:55.5603265Z    Compiling serde_bytes v0.11.19
2026-06-17T06:47:55.6483714Z    Compiling hmac v0.12.1
2026-06-17T06:47:55.8036717Z    Compiling hyper-util v0.1.20
2026-06-17T06:47:55.8426115Z    Compiling iroh v0.98.2
2026-06-17T06:47:55.8743041Z    Compiling pin-utils v0.1.0
2026-06-17T06:47:55.8945420Z    Compiling lazy_static v1.5.0
2026-06-17T06:47:55.9894627Z    Compiling bitflags v1.3.2
2026-06-17T06:47:56.0357291Z    Compiling once_cell_polyfill v1.70.2
2026-06-17T06:47:56.0754689Z    Compiling dyn-clone v1.0.20
2026-06-17T06:47:56.1640363Z    Compiling cmov v0.5.4
2026-06-17T06:47:56.2333967Z    Compiling regex-automata v0.4.14
2026-06-17T06:47:56.3064899Z    Compiling utf8parse v0.2.2
2026-06-17T06:47:56.3162421Z    Compiling anstyle v1.0.14
2026-06-17T06:47:56.4905088Z    Compiling anstyle-wincon v3.0.11
2026-06-17T06:47:56.4958424Z    Compiling ctutils v0.4.2
2026-06-17T06:47:56.5723588Z    Compiling anstyle-parse v1.0.0
2026-06-17T06:47:56.6222756Z    Compiling schemars v1.2.1
2026-06-17T06:47:56.6457650Z    Compiling toml v0.8.23
2026-06-17T06:47:56.7666641Z    Compiling nix v0.25.1
2026-06-17T06:47:56.8215923Z    Compiling shared_library v0.1.9
2026-06-17T06:47:56.8228096Z    Compiling hkdf v0.12.4
2026-06-17T06:47:56.8462749Z    Compiling papaya v0.2.4
2026-06-17T06:47:56.9194025Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T06:47:57.0125864Z    Compiling serial v0.4.0
2026-06-17T06:47:57.0884943Z    Compiling filedescriptor v0.8.3
2026-06-17T06:47:57.1247278Z    Compiling backon v1.6.0
2026-06-17T06:47:57.2002534Z    Compiling igd-next v0.17.1
2026-06-17T06:47:57.3864853Z    Compiling anstyle-query v1.1.5
2026-06-17T06:47:57.4261219Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T06:47:57.5689435Z    Compiling foldhash v0.1.5
2026-06-17T06:47:57.6053728Z    Compiling paste v1.0.15
2026-06-17T06:47:57.6186653Z    Compiling instability v0.3.12
2026-06-17T06:47:57.6599835Z    Compiling shell-words v1.1.1
2026-06-17T06:47:57.7688371Z    Compiling colorchoice v1.0.5
2026-06-17T06:47:57.8202350Z    Compiling downcast-rs v1.2.1
2026-06-17T06:47:57.8866928Z    Compiling wmi v0.18.4
2026-06-17T06:47:57.9136428Z    Compiling portable-pty v0.8.1
2026-06-17T06:47:57.9444652Z    Compiling anstream v1.0.0
2026-06-17T06:47:58.0170594Z    Compiling hashbrown v0.15.5
2026-06-17T06:47:58.1411257Z    Compiling spake2 v0.4.0
2026-06-17T06:47:58.3546012Z    Compiling regex v1.12.3
2026-06-17T06:47:58.4722009Z    Compiling strum_macros v0.26.4
2026-06-17T06:47:58.4898960Z    Compiling terminal_size v0.4.4
2026-06-17T06:47:58.6122228Z    Compiling crossterm_winapi v0.9.1
2026-06-17T06:47:58.7571117Z    Compiling spt-runtime v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-17T06:47:58.9856644Z    Compiling itertools v0.13.0
2026-06-17T06:47:59.0057773Z    Compiling darling_macro v0.23.0
2026-06-17T06:47:59.0327086Z    Compiling castaway v0.2.4
2026-06-17T06:47:59.2181022Z    Compiling sha1 v0.10.6
2026-06-17T06:47:59.3406613Z    Compiling clap_lex v1.1.0
2026-06-17T06:47:59.3759249Z    Compiling recvmsg v1.0.0
2026-06-17T06:47:59.6049629Z    Compiling portmapper v0.16.0
2026-06-17T06:47:59.7412568Z    Compiling static_assertions v1.1.0
2026-06-17T06:47:59.7421246Z    Compiling doctest-file v1.1.1
2026-06-17T06:47:59.8391521Z    Compiling darling v0.23.0
2026-06-17T06:47:59.8407692Z    Compiling indoc v2.0.7
2026-06-17T06:48:00.0864153Z    Compiling unicode-width v0.1.14
2026-06-17T06:48:00.1481925Z    Compiling compact_str v0.8.2
2026-06-17T06:48:00.1962835Z    Compiling clap_builder v4.6.0
2026-06-17T06:48:00.3092563Z    Compiling interprocess v2.4.2
2026-06-17T06:48:00.4417932Z    Compiling crossterm v0.28.1
2026-06-17T06:48:00.6029602Z    Compiling strum v0.26.3
2026-06-17T06:48:00.6655443Z    Compiling unicode-truncate v1.1.0
2026-06-17T06:48:00.8332201Z    Compiling spt-live v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-17T06:48:00.8585283Z    Compiling lru v0.12.5
2026-06-17T06:48:01.0395070Z    Compiling spt-term v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-17T06:48:01.0990531Z    Compiling clap_derive v4.6.1
2026-06-17T06:48:01.1673584Z    Compiling unicode-width v0.2.0
2026-06-17T06:48:01.4946012Z    Compiling cassowary v0.3.0
2026-06-17T06:48:01.5968794Z    Compiling nucleo-matcher v0.3.1
2026-06-17T06:48:01.7024281Z    Compiling qrcode v0.14.1
2026-06-17T06:48:01.7279920Z    Compiling tempfile v3.27.0
2026-06-17T06:48:01.8448063Z    Compiling ratatui v0.29.0
2026-06-17T06:48:03.0899238Z    Compiling clap v4.6.1
2026-06-17T06:48:13.8179756Z    Compiling rustls-webpki v0.103.13
2026-06-17T06:48:16.0997697Z    Compiling tokio-rustls v0.26.4
2026-06-17T06:48:16.0998035Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T06:48:16.0998333Z    Compiling noq-proto v0.17.0
2026-06-17T06:48:16.2396869Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T06:48:16.2397319Z    Compiling hyper-rustls v0.27.9
2026-06-17T06:48:16.2397584Z    Compiling tokio-websockets v0.13.2
2026-06-17T06:48:16.6703861Z    Compiling reqwest v0.13.4
2026-06-17T06:48:17.5331414Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T06:48:34.0083102Z    Compiling spt-net v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-17T06:48:35.3060524Z    Compiling spt-daemon v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-17T06:48:43.3407277Z    Compiling spt v0.8.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-17T06:48:50.1442254Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-06-17T06:48:50.1660689Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6131da65f79c6102.exe)
2026-06-17T06:48:50.2124710Z 
2026-06-17T06:48:50.2124996Z running 1 test
2026-06-17T06:48:57.3938185Z test new_brain_serves_against_old_broker ... ok
2026-06-17T06:48:57.3938418Z 
2026-06-17T06:48:57.3938616Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.18s
2026-06-17T06:48:57.3938875Z 
